home *** CD-ROM | disk | FTP | other *** search
/ Aminet 5 / Aminet 5 - March 1995.iso / Aminet / mus / edit / AlgoRhythms.lha / AlgoRhythms / Source / musictimer.h < prev    next >
C/C++ Source or Header  |  1992-10-01  |  144b  |  9 lines

  1. #ifndef MUSICTIMER_LOADED
  2. #define MUSICTIMER_LOADED 1
  3.  
  4. /* MusicTimer.h */
  5.  
  6. extern void remove_timer(void);
  7. extern int start_timer(void);
  8. #endif
  9.